diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-20 19:02:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-20 19:02:39 +0900 |
| commit | 2b715deacefc61247ca15ed8527730c0537407f1 (patch) | |
| tree | 17cb1dbbba207b5b22d647853fd0d8945a487560 /config/waybar/style/[Colorful] Aurora.css | |
| parent | 50d110bf76233350c9478bb6b107c67758fcb234 (diff) | |
| parent | e1e8a5d54a47d04488d42e9141d414874cf83838 (diff) | |
Merge pull request #453 from JaKooLit/development
Development to Main
Diffstat (limited to 'config/waybar/style/[Colorful] Aurora.css')
| -rw-r--r-- | config/waybar/style/[Colorful] Aurora.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/config/waybar/style/[Colorful] Aurora.css b/config/waybar/style/[Colorful] Aurora.css index faf38b1a..e4776dc5 100644 --- a/config/waybar/style/[Colorful] Aurora.css +++ b/config/waybar/style/[Colorful] Aurora.css @@ -104,17 +104,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, -#custom-power, #custom-power_vertical, +#custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, @@ -127,11 +133,11 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - background-image: linear-gradient(45deg, #14e81e 10%, #017ed5 54%, #8d00c4 90%); + background-image: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); color: black; border: 1px; border-style: solid; - border-radius: 4px; + border-radius: 6px; padding-top: 4px; padding-bottom: 4px; padding-right: 6px; |
